home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 1.toast / pc / sample code / graphics 3d / ravecontextsample / headers / 3dmf.h next >
Encoding:
Text File  |  2000-06-23  |  209 b   |  10 lines

  1. //
  2. // 3dmf.h
  3. //
  4.  
  5. #include "qd3d_support.h"
  6.  
  7. extern    TQ3Object    Load3DMFModel(FSSpec *inFile);
  8. extern    void Save3DMFModel(QD3DSetupOutputType *setupInfo,FSSpec *outFile, void (*callBack)(QD3DSetupOutputType *));
  9.  
  10.